home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / tripong.swf / scripts / frame_3 / PlaceObject2_35_10 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-04-23  |  236 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.soundon)
  3.    {
  4.       prevFrame();
  5.    }
  6.    else
  7.    {
  8.       nextFrame();
  9.    }
  10.    sound1.setVolume(100 * (30 - _currentframe) / 29);
  11.    sound2.setVolume(100 * (30 - _currentframe) / 29);
  12. }
  13.